1 /* 2 * Created on 09-Feb-2005 3 * 4 * @todo To change the template for this generated file go to 5 * Window - Preferences - Java - Code Style - Code Templates 6 */ 7 package uk.ac.roe.antigen.builder; 8 9 /*** 10 * @author jdt 11 * 12 * @todo To change the template for this generated type comment go to 13 * Window - Preferences - Java - Code Style - Code Templates 14 */ 15 public interface InfoDisplay { 16 public abstract void showAndWaitForResponse(); 17 }